diff --git a/templates/user/articles.tmpl b/templates/user/articles.tmpl
index 4956301..67d3e0b 100644
--- a/templates/user/articles.tmpl
+++ b/templates/user/articles.tmpl
@@ -1,145 +1,145 @@
{{define "articles"}}
{{template "header" .}}
{{if .Flashes}}
{{range .Flashes}}- {{.}}
{{end}}
{{end}}
{{ if .AnonymousPosts }}
{{ range $el := .AnonymousPosts }}
{{.DisplayDate}}
edit
delete
{{ if $.Collections }}
{{if gt (len $.Collections) 1}}
{{else}}
{{range $.Collections}}
move to {{.DisplayTitle}}
{{end}}
{{end}}
{{ end }}
{{if .Summary}}
{{.Summary}}
{{end}}
{{end}}
{{ else }}
You haven't saved any drafts yet.
-
They'll show up here once you do. Find your blog posts from the Blogs page.
-
Start writing
{{ end }}
+
They'll show up here once you do. {{if not .SingleUser}}Find your blog posts from the Blogs page.{{end}}
+
Start writing
{{ end }}